From: Nick Roberts Date: Sun, 20 May 2007 03:51:31 +0000 (+0000) Subject: (make_lispy_event): Make case GPM_CLICK_EVENT X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18802 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4b5eecfb988bf79af6f864fa8d1494be88793735;p=emacs.git (make_lispy_event): Make case GPM_CLICK_EVENT conditional on [HAVE_GPM_H]. --- diff --git a/src/keyboard.c b/src/keyboard.c index 2aa3b083cc0..e56a6904c91 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6008,6 +6008,7 @@ make_lispy_event (event) } #endif +#ifdef HAVE_GPM_H case GPM_CLICK_EVENT: { FRAME_PTR f = XFRAME (event->frame_or_window); @@ -6065,6 +6066,7 @@ make_lispy_event (event) Fcons (position, Qnil)); } +#endif /* HAVE_GPM_H */ /* The 'kind' field of the event is something we don't recognize. */ default: